home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / answers / comp / ibm-rt-faq / aix-v2 / part4 < prev    next >
Internet Message Format  |  1994-03-02  |  10KB

  1. Path: bloom-beacon.mit.edu!hookup!news.kei.com!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!gatech!swrinde!menudo.uh.edu!lobster!antimatr!faq-rt
  2. From: faq-rt@antimatr.hou.tx.us (Mark Whetzel)
  3. Newsgroups: comp.sys.ibm.pc.rt,comp.unix.aix,comp.answers,news.answers
  4. Subject: COMP.SYS.IBM.PC.RT: - AIX V2 - Part 4 of 4 - Frequently Asked Questions
  5. Summary: This posting contains part 4 of 4 of Frequently Asked Questions 
  6.          (and their answers) and general information, hints and tips
  7.          for using AIX V2.2.x on IBM RT (615x) computers.
  8. Keywords: IBM RT PC software FAQ 6150 6151 6152 AIX VRM AOS MACH PICK
  9. Message-ID: <ibmrt_aixv2p4_762606210@antimatr.hou.tx.us>
  10. Date: 2 Mar 94 11:04:11 GMT
  11. Expires: 15 Apr 94 11:03:30 GMT
  12. References: <ibmrt_aixv2p1_762606210@antimatr.hou.tx.us>
  13. Sender: markw@antimatr.hou.tx.us
  14. Reply-To: aix-rt@antimatr.hou.tx.us
  15. Followup-To: comp.sys.ibm.pc.rt
  16. Lines: 229
  17. Approved: news-answers-request@MIT.Edu
  18. Supersedes: <unknown>
  19. Xref: bloom-beacon.mit.edu comp.sys.ibm.pc.rt:1430 comp.unix.aix:21322 comp.answers:3993 news.answers:15930
  20.  
  21. Archive-name: ibm-rt-faq/aix-v2/part4
  22. Last-modified: Tue Mar  1 06:13:03 CST 1994
  23. Version: 1.0
  24.  
  25. Frequently Asked Questions for:  AIX V2.2.1 on IBM RT systems
  26.                                  Part 4 of 4 parts.
  27.  
  28. Posted around the first of each month to comp.sys.ibm.pc.rt, and
  29. to comp.unix.aix.
  30.  
  31. This FAQ is dedicated to use of the AIX Version 2 operating system, running
  32. on the IBM RISC processor known as the RT.  The RT is known also as 
  33. an IBM model 6150 or 6151 machine.
  34.  
  35. For AIX RT  submissions E-mail to:   aix-rt@antimatr.hou.tx.us
  36. For AOS RT  submissions E-mail to:   aos-rt@antimatr.hou.tx.us
  37. For MACH RT submissions E-mail to:   mach-rt@antimatr.hou.tx.us
  38. For general Q&A submissions (hardware and other stuff) E-mail to:
  39.    faq-rt@antimatr.hou.tx.us
  40.  
  41. Other comments and correctons should be sent to the author:
  42.     Mark Whetzel
  43.     DOMAIN addr: markw@antimatr.hou.tx.us
  44.     BANG address:  ..!uhnix1!lobster!antimatr!markw
  45.     Daytime work number  8AM-5PM M-F CST  VOICE: (713) 963-2544
  46.  
  47.  ___--___---___--___---___--___---___--___---___--___---___--___---___--___
  48.  
  49. Changes for this November posting:
  50.    1) Initial posting. LOTS of incomplete entries.
  51.  
  52.  ___--___---___--___---___--___---___--___---___--___---___--___---___--___
  53.  
  54. ------------------------------
  55. 4.0   Software porting questions
  56.  
  57. P.1   Are there any archive/FTP sites for AIX/RT software?
  58.  
  59.    NOTE: I welcome information regarding ANY sites with RT software
  60.          for any OS on IBM RT processors.  I am going to add this section
  61.          to each OS specific FAQ.  Please send E-mail with information
  62.          and/or corrections.
  63.  
  64. Site: ftp-rt.matheth.polymtl.ca
  65.    Maintained by:
  66.    Francois Normant                      | Internet: fn@mathappl.polymtl.ca
  67.    Ecole Polytechnique - Mathematiques   | Compu$erve: 75210,525
  68.    C.P. 6079 - succursale centre ville   | Tel. (514) 340-5968
  69.    Montreal - Quebec - Canada - H3C 3A7  | Fax. (514) 340-4463
  70.  
  71.    Anonymous ftp site for AIX-2.2.1 softwares: ftp-rt.matheth.polymtl.ca
  72.    Fsp site (port 21) for AIX-2.2.1 softwares: ftp-rt.matheth.polymtl.ca
  73.    Gopher site (port 70) for AIX-2.2.1 softwares: gopher.matheth.polymtl.ca
  74.  
  75. ------------------------------
  76. P.2   General "How to I port product <foo>" to AIX V2 ?
  77.  
  78.       In general, I have not found a piece of PD software that I could not
  79.       make run correctly on AIX/RT, short of code that makes specific
  80.       dependencies on features either missing from the AIX kernel (such
  81.       as job control), or code that attempts to directly manipulate hardware
  82.       or assumes a particular hardware attachments or processor type.
  83.       Some programs that attempt to deal with kernel information or variables
  84.       can be difficult to impossible to port.
  85.  
  86.       There are several unique portions to AIX V2 for the IBM RT that
  87.       can give problems. 
  88.  
  89.       The general most problem areas are:
  90.          - Differences in signal handling.
  91.            * AIX/RT uses SYSV style signal handling.  To use BSD style
  92.              signals, add the -DBSD_REMAP_SIGNAL_TO_SIGVEC to your
  93.              compile options.
  94.  
  95.          - Some missing library routines, most common are:
  96.            * strerrno, 
  97.            
  98.            GNU software has some replacement routines with their code.
  99.  
  100.          NOTE: If other routines are identified and coded, and you would
  101.            like to contribute your work, I hope to add any
  102.            contributions to the body of this part of the FAQ.
  103.  
  104.          - Macro/include headers that may be different or missing.
  105.            * stdlib.h   is missing, and usually not needed.  If you have
  106.              some problems, add the following: 
  107.                #include <sys/types.h>
  108.  
  109.            * 'syslog.h' is located in <sys/syslog.h>
  110.              #ifdef AIX
  111.              #include <sys/syslog.h>
  112.              #else
  113.              #include <syslog.h>
  114.              #endif
  115.  
  116.            * Programs needing file locking need to use fcntl.
  117.  
  118.            * File functions needing O_NDELAY, and O_RDWR flags will need
  119.              to include <fcntl.h>
  120.  
  121.          - Macro heavy sources, like X11 will need to override the table
  122.            sizes in the compiler.  See section S.xx on compiler flags that
  123.            can be helpful in this area.
  124.  
  125.          - Missing commands, or commands with different flags.
  126.            * The most common problem is with grep and awk.  This can
  127.              be fixed by replacing them with the GNU versions of these
  128.              tools.
  129.  
  130.       This list is incomplete... please feel free to send additions
  131.       on porting difficulties.
  132.  
  133. ------------------------------
  134. P.3   BIND 4.8.3 (domain name server, and resolv libraries)
  135.  
  136.       I have it ported and running, I will add it shortly to this FAQ. - MW
  137.  
  138. ------------------------------
  139. P.4   GDBM (Gnu DBM replacement)
  140.  
  141.       I have it ported and running, I will add it shortly to this FAQ. - MW
  142.  
  143. ------------------------------
  144. P.5   IDA Sendmail 5.65c+IDA-1.4.4.1
  145.  
  146.       I have it ported and running, I will add it shortly to this FAQ. - MW
  147.  
  148. ------------------------------
  149. P.6   ELM  2.3 PL11 or 2.4 PL20
  150.  
  151.       I have it running. No porting was really necessary, just answer 
  152.       the config questions correctly.
  153.  
  154. ------------------------------
  155. P.7   X11 R4 or R5.
  156.  
  157.       Clients and libs are easy, mostly proper compile flags.  I am working
  158.       on servers for R5, but it will take me a LONG while, sorry. - MW
  159.  
  160. ------------------------------
  161. P.8   GCC 
  162.  
  163.       I have the notes posted to the net, I just need to organize them
  164.       and add them to this section. - MW
  165.  
  166. ------------------------------
  167. P.9   inn 1.4
  168.  
  169.       I have it ported and running, I will add it shortly to this FAQ. - MW
  170.  
  171. ------------------------------
  172. P.10  xv-2.1  (or xv-3.x)
  173.  
  174.       I have it ported and running, I will add it shortly to this FAQ. - MW
  175.  
  176. ------------------------------
  177. P.11  Kermit
  178.  
  179.       Anybody?  Version and changes.
  180.  
  181. ------------------------------
  182. P.12  Gopher 2.011
  183.  
  184.       I have it ported and running, I will add it shortly to this FAQ. - MW
  185.  
  186. ------------------------------
  187. P.13  GNU fileutil-3.9
  188.  
  189.       I have it ported and running, I will add it shortly to this FAQ. - MW
  190.  
  191.       (I know about the one on the archive server... I have the
  192.        'df' command working on my version.. I will post diffs shortly!)
  193.  
  194. ------------------------------
  195. P.14  others?
  196.  
  197.       Please feel free to contribute!
  198.  
  199. ------------------------------
  200. 9.0   Credits, Acknowledgements and other information.
  201.  
  202. X.1 - Acknolowgements and copyright information.
  203.  
  204. This file is provided AS IS with no warranties of any kind as to the
  205. usefullness/correctness of these procedures/questions.  The author
  206. shall have no liability with respect to the infringement of copyrights,
  207. trade secrets or any patents by this file or any part thereof.  In no
  208. event will the author be liable for any lost revenue or profits or
  209. other special, indirect and consequential damages.
  210.  
  211. IBM, AIX, AT, XT, RT, RT PC and RT Personal Computer are trademarks of
  212.   International Business Machines Inc.
  213. UNIX is a registered trademark of American Telephone & Telegraph in the
  214.   United States of America and other countries.
  215. Any other trademarks not specifically mentioned are owned by their respective
  216.   companies.
  217.  
  218. Credits:
  219.     The following people have either submitted articles for 
  220.     inclusion, made suggestions, or had parts of old articles 
  221.         included within re-arranged information.
  222.         If you want your name dropped please let me know.
  223.  
  224. Marc Brett        <ltso@london.waii.com>
  225. Jon Brinkmann
  226. John Carr        <jfc@athena.mit.edu>
  227. David L. Crow        <crow@austin.ibm.com>
  228. Bjorn Engsig        <bengsig@dk.oracle.com>
  229. Mike Johnson        <mike@neutron.amd.com>
  230. James Moody             <moody@moody.austin.ibm.com>
  231. John R. Moore        <jrm@lgc.com>
  232. Francois Normant    <fn@mathappl.polymtl.ca>
  233. Gerald Oskoboiny    <gerald@vnet.IBM.COM> 
  234. Herb Peryel             <herb@ajfcal.UUCP>
  235. Richard Rogers        <rrogers@chinet.chinet.com>
  236. Matt Rush        <mrush@ecst.csuchico.edu>
  237. Russell Schulz        <russell@alpha3.ersys.edmonton.ab.ca>
  238. Nick Simicich           <uunet!bywater!scifi!njs ..or.. njs@ibm.com>
  239. David Snearline        <davids@engin.umich.edu>
  240. John Tracey        <jtracey@cse.nd.edu>
  241. Andrew Yoemans        <ayeomans@vnet.ibm.com>
  242.  
  243.                       *** END of AIX/RT FAQ ***
  244. ===================== end of ibm-rt-faq/aix-v2/part4 ===========================
  245. -- 
  246. AIX..... NOT just another UNIX. (tm)
  247. Mark Whetzel                          | My own RT system.. My own thoughts..
  248. DOMAIN: markw@antimatr.hou.tx.us      | IBM RT/135 running AIX 2.2.1 
  249. UUCP ..!menudo!lobster!antimatr!markw | comp.sys.ibm.pc.rt FAQ maintainer.
  250.